Skip to content

SubstantialCattle5/Sundara-K

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues

Sundara-K

A web framework purely written in C.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • GCC
sudo apt install GCC

Installation

  1. Clone the repo :
git clone https://github.com/substantialcattle5/Networking.c.git
  1. Compile all the files :
make
  1. If you wish to compile the top-level static library, use :
make Main
  1. Remove the residual object files :
make clean

Contents

Data Structures

  1. Node
  2. Linked List
  3. Queue

Networking

  1. Server
  2. HttpProtocol

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push -u origin feature/AmazingFeature)
  5. Open a Pull Request

You are requested to follow the contribution guidelines specified in CONTRIBUTING.md while contributing to the project 😄.

License

Distributed under the MIT License. See LICENSE for more information.

About

A web framework purely written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published