Skip to content

fun-alex-alex2006hw/gogala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ?¿

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%