Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

A relay server.

Data sent by a connection will be mirrored to other connections.

Server and clients provided in C and Lua.

Why?

This serves mainly as an example.

It demonstrates using Enet, binding C to Lua, and a simple relay server.

Build:

make

Server:

./chat
./chat.lua

Client:

./chat <host> <port>
./chat.lua <host> <port>

About

Small example demonstrates using Enet, writing Lua bindings, and a simple relay server.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages