iamantoniodinuzzo / MulticlientServer

A template for creating a multiclient server in C using system calls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulticlientServer πŸ§žβ€

License: MIT

A simple C template that lets you create a C TCP MultiClient Server project quickly.

How to use πŸ‘£

Just click on Use this template button to create a new repo starting from this template.

🚧 Work in progress 🚧 Read the documentation

Features πŸ•Ή

  • 100% C-only template
  • Template Project

Under Development 🚧

See Issues 🚨

Contributing 🀝

Feel free to open an Issues or submit a Pull requests for any bugs/enhancement.

Result πŸ“Ί

License βš–οΈ

MIT License

Copyright (c) 2022 Antonio Di Nuzzo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A template for creating a multiclient server in C using system calls.

License:MIT License


Languages

Language:C 98.7%Language:Shell 1.3%