Skip to content

Epoll based server implementation in Swift using the GLibc library.

License

Notifications You must be signed in to change notification settings

machados/EpollInSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epoll in Swift

This is just an experience on using Swift in Linux to create an Epoll based server.

This is heavily based on the C Epoll server published here.

Building

To build enter:

swift build

Running

To run enter:

.build/debug/EpollInSwift

Then start telnet on another terminal, for example:

telnet 192.168.1.1 8080

If the connection is established successfully anything you time will be printed on the server.

About

Epoll based server implementation in Swift using the GLibc library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages