Explore example projects to learn how to build event-driven applications with Rohas.
A simple example demonstrating basic API and event handling.
Distributed web crawler with event-driven job scheduling and result processing.
Generate content using AI with event-driven workflows for batch processing and notifications.
Intelligent web crawler that uses AI to analyze and categorize scraped content automatically.
Process files asynchronously with event-driven workflows for upload, transformation, and storage.
To run an example project:
# Clone the repository
git clone https://github.com/rohas-dev/rohas.git
cd rohas/examples/hello-world
# Install dependencies
npm install # or pip install -r requirements.txt
# Generate code
rohas codegen
# Start development server
rohas dev
# Or start with workbench UI
rohas dev --workbenchFor more details, see the Getting Started guide.