Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moyamejiasr/webchat

WebChat Server made in Go using long poll
https://github.com/moyamejiasr/webchat

Last synced: 2 days ago
JSON representation

WebChat Server made in Go using long poll

Awesome Lists containing this project

README

        

# WebChat
WebChat is a Server made in Go using long poll.

This project has been developed using jcuga golongpoll library which can be found here: https://github.com/jcuga/golongpoll

As default user connected with username Onelio is going to be admin. Remember to change it!

# Usefull Commands
## Everybody
/help To get all commands (In development)

/w To whisper someone so no one else can see it
## Admin
/shout To say something resalted(in yellow) from the rest of the users

/promote To promote a user as admin(Sending it again makes a admin user)

/kick To kick an user from the chat

/ban To ban an user from the chat (Still in development)

/exit To close the chat-server