Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moyamejiasr/webchat
- Owner: moyamejiasr
- Created: 2017-10-09T20:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T07:09:32.000Z (about 7 years ago)
- Last Synced: 2024-11-10T09:12:38.382Z (about 2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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