Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppoman/gorc
A lightweight IRC server implemented by golang. Thi is My first golang project
https://github.com/noppoman/gorc
Last synced: about 1 month ago
JSON representation
A lightweight IRC server implemented by golang. Thi is My first golang project
- Host: GitHub
- URL: https://github.com/noppoman/gorc
- Owner: noppoMan
- Created: 2014-08-20T15:25:45.000Z (about 10 years ago)
- Default Branch: dev-master
- Last Pushed: 2014-08-24T15:10:25.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:55:39.662Z (7 months ago)
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gorc
====A lightweight irc server implemented by golang.
Listening gorc server(interpreter)
```shell
go run gorc.go
```Joinning gorc
```shell
telnet localhost 6667
```