Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```