Skip to content

KeepLearningFromSideProject/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published