Skip to content

alis-is/lua-simple-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Simple Socket

Lua Simple Socket is a lightweight C library designed to provide basic socket and transport capabilities to lua-corehttp. It extends the networking functionality by enabling secure and non-secure communications through a simplistic API. The library leverages mbed TLS for handling TLS sockets, ensuring robust security features for your Lua projects.

Features

  • Basic socket creation, binding, and listening. (TODO)
  • TCP/UDP client and server functionalities.
  • TLS/SSL support through mbed TLS integration.
  • Seamless integration with lua-corehttp.
  • Lightweight and easy to use.

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages