mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-14 20:44:00 +02:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
<!---
|
|
To update:
|
|
project.
|
|
master - The master org or user of the repo
|
|
linter - The linter used for the project
|
|
name - Project name
|
|
lang - The (primary) programming language used
|
|
logo - Project logo
|
|
contact - All ways to contact for any inqueries
|
|
reviewers - A list of users to auto-assign to issues and features
|
|
info.
|
|
toc - Table of Contents of README
|
|
desc - Small project description
|
|
badges - Any extra badges
|
|
setup.
|
|
prerequisites - The prerequisites needed to run the project
|
|
install - Command for initial installation
|
|
test - Command for running tests
|
|
tree.
|
|
parts - All individual parts of the project
|
|
--->
|
|
<img src="https://avatars.githubusercontent.com/u/29184334?v=4" align="left" width="192px" height="192px"/>
|
|
<img align="left" width="0" height="192px" hspace="10"/>
|
|
|
|
> C Websocket Server
|
|
|
|
[](/LICENSE)
|
|
|
|
A simple websocket server written in C for InHolland.
|
|
|
|
<br><br>
|
|
|
|
<!---
|
|
Example table of contents:
|
|
* header
|
|
* sub header
|
|
--->
|
|
<!-- ## Table of contents
|
|
{{info.toc}} -->
|
|
|