FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

KeepLearningFromSideProject/http-server · GitHub

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

http-server

This project is a http server, and it would focus on I/O issue first. It is expected that replace with flask to provide RESTful API in our project.

Reference

Prerequisite

  • libsqlite3.la ( or you can use sqlite3.c/.h, which is the "amalgamation" source file)
    • how to compile sqlite3
    • download the source file
    • compile the library
      • mkdir build
      • cd build
      • [sqlite3 source directory]/configure
      • make
      • make test (optional)
    • create two directories: include and lib
    • move sqlite3.h to the include directory
    • move libsqlite3.[version].so to the lib directory and make a softlink ln -s [the file] libsqlite3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL