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
1
Merge Requests
1
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
cython-plus
http-server
Commits
388b9085
Commit
388b9085
authored
Nov 04, 2021
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Add usage section
parent
08a28634
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
View file @
388b9085
...
...
@@ -6,3 +6,30 @@ Our [next steps](https://www.cython.plus/P-CYP-Roadmap) include with writing a m
To drive this effort I'm writing a very basic 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