Skip to content

tyler46/effacious-wookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using Django & NodeJS on the backend.

Description

This is a simple example of presenting a way to have django and node.js communicating for the needs of an application.

How to run it.

Assuming django packages & nodejs have been installed, run django by typing:

(venv) $ python manage.py runserver 0.0.0.0:8000

Run node.js server by typing:

npm start

NOTE: make sure you are on the correct directories.

Finally open several tabs on your favorite browser to visit landing page and see it in action.

About

Simplistic example of communication between Django & NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published