Skip to content

A small chat application using web sockets written in Go

License

Notifications You must be signed in to change notification settings

arajski/socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-chat

This is a small chat app using web sockets to learn Go.

Getting started

Installation

First build the project by running

go build .

Running a server

To start handling chat clients, we need a running server. Start it up by running

./socket-chat server [--hostname] [--port]

By default, server is running on localhost, port 3000

Running a client

Once a server is running, a separate clients can be attached by running:

./socket-chat client [--hostname] [--port]

Default settings are also localhost and port 3000

Happy chatting!

License

MIT

About

A small chat application using web sockets written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages