1.5.6 • Published 1 year ago

robotic.js v1.5.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Robotic JS

Robotic JS is a progressive Node.js framework designed for building scalable and efficient web applications. It leverages modern JavaScript features and follows best practices to make development enjoyable and productive.

Features

  • Progressive: Start small and scale as needed. Robotic JS adapts to the complexity of your project.
  • Modular Architecture: Built with a modular architecture that promotes maintainability and scalability.
  • Middleware Support: Easily extend functionality through middleware.
  • Efficient Routing: Powerful and flexible routing for handling various endpoints.
  • Async/Await Support: Utilize modern asynchronous JavaScript features for clean and readable code.
  • Database Integration: Seamless integration with popular databases like MongoDB, MySQL, and PostgreSQL.

How to use

1. Install NodeJS (https://nodejs.org/) if you haven't already
2. in node.js or any javascript file like
    const Logger = require("./interface/Logger");
    let logger = new Logger();

    function main() {
        logger.log('hello')
    }

3. in nest.js or any typescript file like
    const Logger = require("./interface/Logger") as any;
    let logger = new Logger();

    main() {
        logger.log('hello')
    }

compatible with front-end frame-work.

1. React.js
2. Angular
3. Vue.js
4. Svelte
5. Ember.js
6. Backbone.js
7. Mithril
8. Preact
9. Alpine.js

compatible with back-end frame-work.

1. Node.js
2. Express.js
3. Nest.js
4. Koa
5. Hapi
6. Meteor
7. Adonis.js
8. Feathers.js
9. Fastify

Mobile App Frameworks:

1. React Native
2. Flutter
3. NativeScript
4. Ionic

Game Development:

1. Phaser
2. Three.js
3. Babylon.js

ISC License

Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

1.5.6

1 year ago

1.5.5

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.4.9

1 year ago

1.4.10

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.4.8

1 year ago

1.4.7

1 year ago

1.3.7

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.2.4

2 years ago

1.1.5

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago