AriBermeki / nexium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexium

Connect Python to JavaScript Bidirectional

Nexium Logo

Nexium is a FastAPI capsule library that facilitates server functions and introduces various features.

With Nexium, you can effortlessly invoke Python functions seamlessly from JavaScript and vice versa. Transmit arbitrary data from JavaScript to the Python side and vice versa, facilitating real-time bidirectional communication via SocketIO without the need for Ajax. This provides an elegant solution for the seamless integration of functions between Python and JavaScript in the realm of web technology.

πŸ–₯ Environment Support

  • Modern browsers
  • Client-side Rendering

Browsers support

IE / Edge Firefox Chrome Safari iOS Safari Samsung Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

πŸ“¦ Install

pip install nexium


project_folder_struktur/
β”œβ”€β”€ templates/
β”‚   β”œβ”€β”€ index.html
β”œβ”€β”€ .venv
β”œβ”€β”€ main.py




index.html

main.py

if __name__ == '__main__':
    import uvicorn
    uvicorn.run('main:app', reload=True)
   

In february 2024, Nexium was just publicly released by software architecture Malek Ali at Yellow-SiC Group and is in alpha stage.

Anyone can install and use Nexium, There may be issues, but we are actively working to resolve them

🀝 Contributing

About


Languages

Language:Python 87.0%Language:JavaScript 9.3%Language:Shell 3.7%