Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
http-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefane Fermigier
http-server
Commits
73161a7b
Commit
73161a7b
authored
Nov 04, 2021
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Add usage section
parent
9d0df4a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
README.md
README.md
+28
-1
No files found.
README.md
View file @
73161a7b
...
...
@@ -5,4 +5,31 @@
Our
[
next steps
](
https://www.cython.plus/P-CYP-Roadmap
)
include with writing a minimal standard library.
To motivate this effort I am writing an HTTP Server in Cython+, building everything I will need along the way.
## Usage
The repository looks like this:
```
- README.md
- src/
- Makefile
- setup.py
- stdlib/
- *.pxd
- ...
- *.pyx
- ...
- ...
```
Each
`.pyx`
file in
`src`
is a standalone demo.
To run the demos (e.g.
`helloworld.pyx`
):
```
cd src
make helloworld
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment