gophergala / gogala

An online text editor with chat and multi user features - don't ask why the repo is tagged as JavaScript ?¿

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gogala

My entry for the Gopher Gala (23-25 Jan 2015)

Screenshot

Concept

  • An online Go editor that let's you code with friends.

  • Uses WebSockets and the Go Playground serivce.

  • Let's you save your code as a Gist.

Isn't that just like the Go playground?

  • Maybe...

Notes

  • The code-style is probably bad, I'm open to critics if that can improve my Go skills.

  • No tests ...didn't have time

  • An online version of this app is available here ...

    • Don't use HTTPS (Doesn't work with WebSocket)
  • If the online version is down, you can clone the repo and start the app by running go run main.go in your terminal, then visit http://localhost:8080

About

An online text editor with chat and multi user features - don't ask why the repo is tagged as JavaScript ?¿

License:Other


Languages

Language:Go 55.8%Language:JavaScript 28.8%Language:CSS 7.4%Language:HTML 5.6%Language:Makefile 2.3%Language:Procfile 0.1%