Need advice about which tool to choose?Ask the StackShare community!

Fastify

399
506
+ 1
95
FeathersJS

163
342
+ 1
70
Javalin

29
64
+ 1
3
Decisions about Fastify, FeathersJS, and Javalin
Juan José Aguililla Martínez

I developed Hexagon heavily inspired in these great tools because of the following reasons:

  • Take full advantage of the Kotlin programming language without any strings attached to Java (as a language).
  • I wanted to be able to replace the HTTP server library used with different adapters (Jetty, Netty, etc.) and though right now there is only one, more are coming.
  • Have a complete tool to do full applications, though you can use other libraries, Hexagon comes with a dependency injection helper, settings loading from different sources and HTTP Client, so it comes with (batteries included).

Right now I'm using it for my pet projects, and I'm happy with it.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Fastify
Pros of FeathersJS
Pros of Javalin
  • 21
    Performance
  • 13
    Easy to use
  • 12
    Lightweight
  • 9
    Open source
  • 9
    Middleware
  • 6
    Highly customizable
  • 4
    Developer friendly
  • 4
    Decorators
  • 4
    Low overhead
  • 4
    Built-in Typescript support
  • 3
    Mature
  • 3
    Schema based
  • 3
    Plugins
  • 12
    Real-time
  • 7
    Choose any ORM
  • 7
    Datastore Agnostic
  • 6
    Flexible Plugins
  • 5
    Choose Socketio or Primus
  • 4
    Easy Rest
  • 4
    Isomorphic Services API
  • 4
    Open source
  • 3
    Scalable
  • 3
    Easy to use with Graphql
  • 3
    Documentation
  • 3
    Service-oriented architecture
  • 3
    Data-driven APIs
  • 3
    Uses express, will support other options soon
  • 3
    Advanced Composable Service Middleware called holds
  • 1
    Lightweight
  • 1
    Rich support of template engines
  • 1
    Does not require IDEA plugins

Sign up to add or upvote prosMake informed product decisions

Cons of Fastify
Cons of FeathersJS
Cons of Javalin
  • 1
    Small community
    Be the first to leave a con
      Be the first to leave a con

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Fastify?

      Fastify is a web framework highly focused on speed and low overhead. It is inspired from Hapi and Express and as far as we know, it is one of the fastest web frameworks in town. Use Fastify can increase your throughput up to 100%.

      What is FeathersJS?

      Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and flexible plug-ins.

      What is Javalin?

      Javalin started as a fork of the Spark framework but quickly turned into a ground-up rewrite influenced by express.js. Both of these web frameworks are inspired by the modern micro web framework grandfather: Sinatra, so if you’re coming from Ruby then Javalin shouldn’t feel too unfamiliar.

      Need advice about which tool to choose?Ask the StackShare community!

      Jobs that mention Fastify, FeathersJS, and Javalin as a desired skillset
      What companies use Fastify?
      What companies use FeathersJS?
      What companies use Javalin?

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Fastify?
      What tools integrate with FeathersJS?
      What tools integrate with Javalin?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      What are some alternatives to Fastify, FeathersJS, and Javalin?
      Koa
      Koa aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. Through leveraging generators Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware.
      Restify
      A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. it optimizes for introspection and performance.
      hapi
      hapi is a simple to use configuration-centric framework with built-in support for input validation, caching, authentication, and other essential facilities for building web applications and services.
      Golang
      Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
      ExpressJS
      Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.
      See all alternatives