Go Isso Save

a commenting server similar to Disqus - rewrite isso with golang

Project README

For personal reasons, I've taken a break from development.

New develop take place in branch dev.

If you want to develop go-isso, fell free to contact me.

go-isso

go-isso_s.png

a commenting server similar to Disqus, while keeping completely API compatible with isso

why another isso

isso is good, but it's hard to be installed or customized. What' more, the frontend part of isso use library that is no longer updated.

go-isso is different from isso:

  • Written in Go (Golang)
  • Works with Sqlite3 but easy to add other database support.
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency

Why choose Golang as a programming language?

Go is probably the best choice for self-hosted software:

  • Go is a simple programming language.
  • Running code concurrently is part of the language.
  • It’s faster than a scripting language like PHP or Python.
  • The final application is a binary compiled statically without any dependency.
  • You just need to drop the executable on your server to deploy the application.
  • You don’t have to worry about what version of PHP/Python is installed on your machine.
  • Packaging the software using RPM/Debian/Docker is straightforward.

Roadmap

  1. rewrite isso backend part
  2. Pray that someone will help me rewrite the front part of isso.

Getting Started

Prerequisites

go-isso is commenting server written in Go language.

Make sure you have go installed.

Developing

Download the code: git clone https://github.com/budui/go-isso

run go build

and play with it!

Work in progress

This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to raise an issue/submit a PR.

Contributing

I know NOTHING about javascript. I need someone to HELP ME!!!

If you want to develop go-isso, fell free to contact me.

Authors

Thanks

isso & isso's contributors.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Open Source Agenda is not affiliated with "Go Isso" Project. README Source: budui/go-isso
Stars
34
Open Issues
2
Last Commit
4 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating